CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 译码 程序

搜索资源列表

  1. 哈夫曼编码和译码.rar

    0下载:
  2. 自己写的一个8皇后程序,能给出所有的可行解
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:26736
    • 提供者:
  1. hufftree.rar

    2下载:
  2. 哈夫曼编码、译码程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2099
    • 提供者:
  1. 我的译码器

    0下载:
  2. 这是一个数据结构里面的经典算法,这为一个直接可以有运行的程序-This is a data structure inside the classic algorithms, which can be directly to a running process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26341
    • 提供者:邓斌
  1. 最常用的卷积码的维特比C程序viterbi-3.0.1.tar

    2下载:
  2. 维特比译码的C程序,专门用于卷积码的解码!希望对大家有所帮助!-Viterbi decoding C program devoted to convolutional code decoder! We want to help!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:14654
    • 提供者:王建
  1. 哈夫曼译码

    2下载:
  2. [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:61514
    • 提供者:吕夏琴
  1. RScode.tar

    0下载:
  2. RS 码的编译码程序,对编码分析有一定的帮助,采用迭代译码算法. -RS encryption procedures, coding analysis is certainly helpful, using iterative decoding algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:46329
    • 提供者:李水平
  1. ldpc_encode-decode

    0下载:
  2. 基于gf(q)的ldpc编译码程序 matlab-based gf (q) ldpc encryption procedures Matlab
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:590646
    • 提供者:屈兰
  1. ldpc_gallager

    1下载:
  2. 经典ldpc编译码程序 gallager的博士论文里的部分仿真程序-classic ldpc encryption procedures Gallager doctoral thesis of simulation program
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:327535
    • 提供者:屈兰
  1. turbodecode

    0下载:
  2. 第一个编码的程序调出来了,1/2的码率,用的是8×8行列交织器,rsc用的是 g0=[1 1 1],g1=[1 0 1]。算法是根据网格图来编写的。 信息输入是64bit的(0,1,0,1,0,1,0,1,0,0,、、、、、),最后结果是stream[128]=[00100110011000100101000001010101000001010101000001000101000101000101000101000101000001000100000001000100000001010100
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:刘文
  1. My_HuffmanCode

    0下载:
  2. 哈夫曼编码/译码程序 包含编码和译码程序,无须传权值表,模拟通讯中的二进制传输-Huffman encoding / decoding procedures include coding and decoding process, not right-table values, Analog Communication of binary transmission
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:92172
    • 提供者:blacksun
  1. euclids

    0下载:
  2. RS码的完整译码程序,采用欧几里德算法.采用硬件实现结构-RS complete decoding procedures, using Euclidean algorithm. Using hardware structure
  3. 所属分类:DVD

    • 发布日期:2008-10-13
    • 文件大小:6087
    • 提供者:杜检来
  1. stbc

    0下载:
  2. stbc在2发2收,4发4收的性能仿真 一个编码译码程序。 有仿真结果图。-stbc made two in 2 admission, made 4 of 4 admission a performance simulation code decoding procedures. A Simulation results.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:57188
    • 提供者:
  1. Turbocode

    2下载:
  2. 包括turbo码编译码程序,译码算法包括sova及max-log-map算法,并有完整链路验证其性能。-including turbo coding - decoding procedures, SOVA including decoding algorithm and max-log-map algorithm, and link integrity test its performance.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13265
    • 提供者:tanbo
  1. Polar_code

    8下载:
  2. 极化码的matlab实现,包括了完整的编码以及译码程序(polar coding and decoding)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-10
    • 文件大小:82944
    • 提供者:足球小子
  1. 6574693LDPC

    0下载:
  2. 实现ldpc编译码的matlab程序,欢迎大家下载使用。(LDPC compiler and code to achieve the matlab program, welcome to download and use)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-21
    • 文件大小:645120
    • 提供者:trhrt
  1. polar_codes

    3下载:
  2. 高斯加性白噪声信道下polar码的编译码程序,包括各种示例。(AWGN channel under the polar code codec program, including a variety of samples.)
  3. 所属分类:通讯编程

  1. Turbo码Matlab仿真程序

    2下载:
  2. Turbo码编译码的Matlab仿真程序(有注释)(Matlab simulation of encoding and decoding of Turbo codes)
  3. 所属分类:其他

    • 发布日期:2020-04-09
    • 文件大小:185344
    • 提供者:梦落轻寻
  1. LDPC_BP代码

    2下载:
  2. 在matlab上实现ldoc码的编译码仿真,画出误码率误诊率曲线(The LDOC code is simulated and coded on MATLAB, and the error rate curve is drawn.)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-06
    • 文件大小:73728
    • 提供者:鹏大大大大
  1. 利用Matlab进行BCH编码、译码仿真

    1下载:
  2. 利用Matlab进行的一次BCH编码、译码仿真的说明以及程序。(Descr iption and program of a BCH coding and decoding simulation using Matlab.)
  3. 所属分类:Windows编程

    • 发布日期:2020-08-11
    • 文件大小:548864
    • 提供者:嗷嗷嗷857
  1. HDB3编译码

    0下载:
  2. 基于通信原理实验的HDB3编译码程序,适用于matlab仿真波形
  3. 所属分类:波变换

« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com